home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat7
/
ell1mag.7
< prev
next >
Wrap
Text File
|
1999-09-16
|
535b
|
67 lines
ell1mag(1) Scilab Function ell1mag(1)
NAME
ell1mag - magnitude of elliptic filter
CALLING SEQUENCE
[v]=ell1mag(eps,m1,z)
PARAMETERS
eps : passband ripple=1/(1+eps^2)
m1 : stopband ripple=1/(1+(eps^2)/m1)
z : sample vector of values in the complex plane
v : elliptic filter values at sample points
DESCRIPTION
Function used for squared magnitude of an elliptic filter. Usually
m1=eps*eps/(a*a-1).